Operation void ensureCapacity (int minCapacity), in Class Vector

Documentation

* Increases the capacity of this vector, if necessary, to ensure
* that it can hold at least the number of components specified by
* the minimum capacity argument.
*
* @param minCapacity the desired minimum capacity.
* @since JDK1.0


ConcurrencySequentialExport ControlPublicAccess



Property Settings

Java
FinalTrueSynchronizedTrue
AbstractFalseStaticFalse
NativeFalse